<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sider {
    float: left;
	width: 270px;
    margin-top: 40px;
}
.sider_title {
	display: block;
    width: 100%;
	padding: 30px 0;
    background: #1a4ea2;
	overflow: hidden;
}
.sider_title&gt;a {
	display: block;
	font-size: 24px;
	line-height: 1;
	color: #fff;
	margin-left: 37px;
}
.sider_title&gt;p {
	font-size: 15px;
	line-height: 12px;
	color: #fff;
	margin-top: 10px;
	margin-left: 37px;
}
.sider_title&gt;div {
	width: 38px;
	height: 2px;
	background-color: #fff;
	margin-top: 14px;
	margin-left: 37px;
}
.sider_list {
	border: 1px solid #d2d2d2;
	border-bottom: 0;
}
.sider_list .s_subNav {	
	width: 100%;
	line-height: 0;
}
.sider_list .s_subNav&gt;a {
	font-size: 15px;
	color: #333;
	line-height: 52px;
	display: inline-block;
	width: 100%;
	height: 52px;
	border-bottom: 1px solid #d2d2d2;
	overflow: hidden;
}
.sider_list .s_subNav.on&gt;a, .sider_list .s_subNav:hover&gt;a {
	color: #1a4ea2;
	border-bottom: 1px solid #1a4ea2;
}
.sider_list .s_subNav.on&gt;a&gt;span, .sider_list .s_subNav:hover&gt;a&gt;span {
	color: #1a4ea2;
}
.sider_list .s_subNav&gt;a&gt;span {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	display: inline-block;
	margin-left: 36px;
}
.sider_list .s_subNav .ul {
	display: none;
}
.sider_list .s_subNav .ul a {
	line-height: 30px;
	font-size: 14px;
	color: #333;
	display: block;
	padding-left: 34px;
	margin-bottom: 3px;
}
.sider_list .s_subNav .ul a:hover {
	color: #f00406;
}

.sider_contact {
	padding-bottom: 27px;
	border: 1px solid #d2d2d2;
	border-top: 0;
	overflow: hidden;
}
.sider_contact .sc_tit {
	margin: 40px 0 20px;
	overflow: hidden;
}
.sider_contact .sc_tit&gt;p {
	font-size: 24px;
	color: #1a4ea2;
	line-height: 1;
	margin-left: 35px;
}
.sider_contact .sc_tit&gt;p:nth-of-type(2) {
	font-size: 15px;
	line-height: 12px;
	text-transform: uppercase;
	margin-top: 10px;
}
.sider_contact .sc_middle {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	line-height: 26px;
	text-align: center;
	background-color: #1a4ea2;
}
.sider_contact .sc_con {
	background: url(../images/sid_bbg.png) top center no-repeat;
	font-size: 14px;
	color: #fff;
}
.sider_contact .sc_con&gt;p {
	font-size: 15px;
	color: #333;
	line-height: 1;
	margin: 0 30px 12px 30px;
}
.sider_contact .sc_con&gt;p:nth-of-type(1) {
	font-family: arial;
	font-size: 26px;
	font-weight: bold;
	color: #ff0a0a;
}
.sider_contact .sc_con&gt;p:nth-of-type(1) {
	margin-top: 25px;
}
</pre></body></html>